Feature: Validacion funcionalidades Ghost
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 26.410s |
Scenario: Como usuario, quiero crear una nueva etiqueta, un nuevo post y agregar mi etiqueta al post
Before
0m 2.369s
Given
I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin"
0m 4.369s
When
I enter email "testerJunior@gmail.com"
0m 1.963s
And
I enter password "testerjunior1"
0m 0.754s
And
I click login
0m 0.976s
And
I click on tags
0m 3.331s
And
I click on new tag
0m 1.127s
And
I enter tag name "Nueva Etiqueta post"
0m 0.916s
And
I enter tag description "Descripción de la nueva etiqueta"
0m 1.308s
And
I click on save
0m 0.661s
And
I click on tags
0m 0.661s
Then
I verify that an element tag with text "Nueva Etiqueta post" exists
0m 0.614s
When
I click on posts
0m 0.590s
And
I click on new post
0m 0.780s
And
I enter post title "Nueva publicación tag" in the content field
0m 0.617s
And
I enter post content "contenido de la nueva publicación tag" in the content field
0m 1.328s
And
I click publish
0m 0.895s
And
I click continue, final review
0m 0.721s
And
I click publish post, right now
0m 0.563s
And
I click Back to editor
0m 1.341s
And
I click on posts
0m 0.446s
After
0m 0.080s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin"
When
I enter email "testerJunior@gmail.com"
And
I enter password "testerjunior1"
And
I click login
And
I click on tags
And
I click on new tag
And
I enter tag name "Nueva Etiqueta post"
And
I enter tag description "Descripción de la nueva etiqueta"
And
I click on save
And
I click on tags
Then
I verify that an element tag with text "Nueva Etiqueta post" exists
When
I click on posts
And
I click on new post
And
I enter post title "Nueva publicación tag" in the content field
And
I enter post content "contenido de la nueva publicación tag" in the content field
And
I click publish
And
I click continue, final review
And
I click publish post, right now
And
I click Back to editor
And
I click on posts
After
NO IMAGE AVAILABLE